home *** CD-ROM | disk | FTP | other *** search
/ Softwarová Záchrana 3 / Softwarova-zachrana-3.bin / Total Uninstall / setup.exe / install_script.iss < prev    next >
Text File  |  2003-08-05  |  3KB  |  73 lines

  1. ;InnoSetupVersion=4.0.3
  2.  
  3. [Setup]
  4. AppName=Total Uninstall
  5. AppVerName=Total Uninstall 2.34
  6. AppId=Total Uninstall
  7. AppPublisher=Gavrila Martau
  8. AppPublisherURL=http://www.geocities.com/ggmartau
  9. AppSupportURL=http://www.geocities.com/ggmartau
  10. AppUpdatesURL=http://www.geocities.com/ggmartau
  11. AppMutex=TotalUninstall
  12. DefaultDirName={pf}\Total Uninstall
  13. DefaultGroupName=Total Uninstall
  14. OutputBaseFilename=setup
  15. Compression=bzip2
  16. PrivilegesRequired=none
  17. AllowNoIcons=yes
  18. WizardImageFile=embedded\WizardImage0.bmp
  19. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  20.  
  21. [Files]
  22. Source: "{app}\Tun.exe"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\TunReadMe.txt"; DestDir: "{app}"; Flags: ignoreversion 
  24. Source: "{app}\TunHistory.txt"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{app}\Tun.hlp"; DestDir: "{app}"; Flags: ignoreversion 
  26. Source: "{app}\Tun.cnt"; DestDir: "{app}"; Flags: ignoreversion 
  27. Source: "Catalan.lng"; Flags: dontcopy 
  28. Source: "Czech.lng"; Flags: dontcopy 
  29. Source: "Dutch.lng"; Flags: dontcopy 
  30. Source: "English.lng"; Flags: dontcopy 
  31. Source: "French.lng"; Flags: dontcopy 
  32. Source: "Galician.lng"; Flags: dontcopy 
  33. Source: "German.lng"; Flags: dontcopy 
  34. Source: "Italian.lng"; Flags: dontcopy 
  35. Source: "Polish.lng"; Flags: dontcopy 
  36. Source: "Romanian.lng"; Flags: dontcopy 
  37. Source: "Spanish.lng"; Flags: dontcopy 
  38.  
  39. [Registry]
  40. Root: HKCU; Subkey: "Software\MartS\Total Uninstall"; Flags: uninsdeletekey 
  41. Root: HKCU; Subkey: "Software\MartS"; Flags: uninsdeletekeyifempty 
  42.  
  43. [Run]
  44. Filename: "{app}\TunReadMe.txt"; Flags: shellexec skipifdoesntexist postinstall skipifsilent 
  45. Filename: "{app}\Tun.exe"; Description: "Launch Total Uninstall"; Flags: postinstall skipifsilent nowait
  46.  
  47. [Icons]
  48. Name: "{group}\Total Uninstall"; Filename: "{app}\Tun.exe"; 
  49. Name: "{group}\Help"; Filename: "{app}\Tun.hlp"; 
  50. Name: "{group}\Readme"; Filename: "{app}\TunReadMe.txt"; 
  51. Name: "{userdesktop}\Total Uninstall"; Filename: "{app}\Tun.exe"; Tasks: desktopicon; 
  52. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\Total Uninstall"; Filename: "{app}\Tun.exe"; Tasks: quicklaunchicon; 
  53.  
  54. [Tasks]
  55. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  56. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  57.  
  58. [InstallDelete]
  59. Type: files; Name: "{group}\Total Uninstall Readme.lnk"; 
  60.  
  61. [UninstallDelete]
  62. Type: filesandordirs; Name: "{app}\Translations"; 
  63. Type: files; Name: "{app}\Log.txt"; 
  64. Type: files; Name: "{app}\Exclude.dat"; 
  65. Type: files; Name: "{app}\Continue.dat"; 
  66. Type: files; Name: "{app}\Tun.gid"; 
  67. Type: dirifempty; Name: "{app}"; 
  68.  
  69. [Languages]
  70. ; These files are stubs
  71. ; To achieve better results after recompilation, use the real language files
  72. Name: "default"; MessagesFile: "embedded\default.isl"; 
  73.